Skip to content

Conversation

@steffenlarsen
Copy link
Contributor

This commit changes the internal representation of sycl::vec<sycl::half, N> to use sycl::half directly instead of the wrapper implementation used inside them. This avoids strict alias violation in the operator[] for the host implementation.

This commit changes the internal representation of
sycl::vec<sycl::half, N> to use sycl::half directly instead of the
wrapper implementation used inside them. This avoids strict alias
violation in the operator[] for the host implementation.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen
Copy link
Contributor Author

ABI-breaking patch for merging the uint16_t host-implementation half wrapper into sycl::host here: #13597

@steffenlarsen steffenlarsen marked this pull request as ready for review April 30, 2024 17:07
@steffenlarsen steffenlarsen requested a review from a team as a code owner April 30, 2024 17:07
Copy link
Contributor

@uditagarwal97 uditagarwal97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@uditagarwal97
Copy link
Contributor

@intel/llvm-gatekeepers the PR is ready!

@aelovikov-intel aelovikov-intel merged commit 5df262f into intel:sycl Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants